﻿2026-07-22T17:27:12.3976900Z ##[group]Run actions/checkout@v5
2026-07-22T17:27:12.3978066Z with:
2026-07-22T17:27:12.3978743Z   fetch-depth: 0
2026-07-22T17:27:12.3979601Z   repository: BigscreenVR/spt-bs-core
2026-07-22T17:27:12.3987308Z   token: ***
2026-07-22T17:27:12.3988006Z   ssh-strict: true
2026-07-22T17:27:12.3988707Z   ssh-user: git
2026-07-22T17:27:12.3989532Z   persist-credentials: true
2026-07-22T17:27:12.3990318Z   clean: true
2026-07-22T17:27:12.3991025Z   sparse-checkout-cone-mode: true
2026-07-22T17:27:12.3991868Z   fetch-tags: false
2026-07-22T17:27:12.3992582Z   show-progress: true
2026-07-22T17:27:12.3993300Z   lfs: false
2026-07-22T17:27:12.3993967Z   submodules: false
2026-07-22T17:27:12.3994702Z   set-safe-directory: true
2026-07-22T17:27:12.3995516Z   allow-unsafe-pr-checkout: false
2026-07-22T17:27:12.3996558Z ##[endgroup]
2026-07-22T17:27:12.4870921Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T17:27:12.4873313Z ##[group]Getting Git version info
2026-07-22T17:27:12.4874672Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T17:27:12.4876622Z [command]/usr/bin/git version
2026-07-22T17:27:12.4902783Z git version 2.43.0
2026-07-22T17:27:12.4920535Z ##[endgroup]
2026-07-22T17:27:12.4931415Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/bc45aa67-168e-41b8-8e40-92a37b6ce8b5' before making global git config changes
2026-07-22T17:27:12.4934040Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T17:27:12.4936053Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T17:27:12.4966078Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T17:27:12.4984622Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T17:27:12.4996885Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T17:27:12.4999738Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T17:27:12.5023349Z HEAD
2026-07-22T17:27:12.5057736Z ##[endgroup]
2026-07-22T17:27:12.5058572Z [command]/usr/bin/git submodule status
2026-07-22T17:27:12.5241815Z ##[group]Cleaning the repository
2026-07-22T17:27:12.5243146Z [command]/usr/bin/git clean -ffdx
2026-07-22T17:27:15.7721748Z Removing target/
2026-07-22T17:27:15.7733145Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T17:27:15.8066764Z HEAD is now at a6e732dc Merge 876aba3e272fd3726fae39d0f78ff1f079acce02 into f8dfd2e679225151356761d54d6800e9800a1a1e
2026-07-22T17:27:15.8071566Z ##[endgroup]
2026-07-22T17:27:15.8073603Z ##[group]Disabling automatic garbage collection
2026-07-22T17:27:15.8076972Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T17:27:15.8103729Z ##[endgroup]
2026-07-22T17:27:15.8104229Z ##[group]Setting up auth
2026-07-22T17:27:15.8111780Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T17:27:15.8138175Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T17:27:15.8326857Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T17:27:15.8350801Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T17:27:15.8538780Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T17:27:15.8565121Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T17:27:15.8759832Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T17:27:15.8791736Z ##[endgroup]
2026-07-22T17:27:15.8792233Z ##[group]Fetching the repository
2026-07-22T17:27:15.8801659Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +a6e732dc5ac32fb4fc8f12f6833cfa3c239014c6:refs/remotes/pull/60/merge
2026-07-22T17:27:16.9987866Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T17:27:16.9988566Z  + 94fd6db2...876aba3e build/daemon-lifecycle-w3 -> origin/build/daemon-lifecycle-w3  (forced update)
2026-07-22T17:27:17.0032623Z ##[endgroup]
2026-07-22T17:27:17.0033165Z ##[group]Determining the checkout info
2026-07-22T17:27:17.0033624Z ##[endgroup]
2026-07-22T17:27:17.0037078Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T17:27:17.0076302Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T17:27:17.0100309Z ##[group]Checking out the ref
2026-07-22T17:27:17.0102584Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/60/merge
2026-07-22T17:27:17.0142454Z HEAD is now at a6e732dc Merge 876aba3e272fd3726fae39d0f78ff1f079acce02 into f8dfd2e679225151356761d54d6800e9800a1a1e
2026-07-22T17:27:17.0145811Z ##[endgroup]
2026-07-22T17:27:17.0177756Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T17:27:17.0215632Z a6e732dc5ac32fb4fc8f12f6833cfa3c239014c6
